home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / usenet / sources / volume90 / util / stickmos / part01 / MakeFile next >
Makefile  |  1990-10-08  |  268b  |  15 lines

  1. # Makefile for
  2. # Stickmouse
  3. # will work with Manx C V 3.6
  4. #
  5.  
  6. CFLAGS =  +l -n -s
  7. # remove -n after your finished Debugging
  8.  
  9. Stickmouse: Stickmouse.o
  10.     ln -t -g -o StickMouse Stickmouse.o -lc32
  11. # remove -t and -g after you finished Debugging
  12.  
  13. Stickmouse.o: Stickmouse.c
  14.  
  15.